Create a Tenant
{ createTenant }
Adds a new tenant to the system.
Method
Input Parameters
Name
newTenant
Object Type
Description
The tenant object for creating new tenants.
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Generic API response object with success or failure flag and related messages.
Notes
Tenants are relevant in multi-tenant deployments and must ne enabled in the admin console to take effect.
Examples
Create new database user (JavaScript):
This example demonstrates how to create a new tenant, user and roles in Pyramid, when using database authentication.
The example uses API authentication driven from JavaScript. See Authentication APIs for alternatives.
Content and Tag Operations (JavaScript):
This example demonstrates how to find item's and the manipulation of content tags.
The example uses API authentication driven from JavaScript. See Authentication APIs for alternatives.